home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / EWORMJ.ZIP / crack.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-03-17  |  2.8 KB  |  153 lines

  1. object Form1: TForm1
  2.   Left = 229
  3.   Top = 183
  4.   BorderStyle = bsToolWindow
  5.   ClientHeight = 185
  6.   ClientWidth = 369
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   OnActivate = SetStartvar
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 369
  19.     Height = 185
  20.   end
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 353
  25.     Height = 137
  26.     Caption = 'Status'
  27.     TabOrder = 3
  28.     object Label1: TLabel
  29.       Left = 24
  30.       Top = 24
  31.       Width = 32
  32.       Height = 13
  33.       Caption = 'Label1'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 24
  37.       Top = 40
  38.       Width = 32
  39.       Height = 13
  40.       Caption = 'Label2'
  41.     end
  42.     object Label3: TLabel
  43.       Left = 24
  44.       Top = 56
  45.       Width = 32
  46.       Height = 13
  47.       Caption = 'Label3'
  48.     end
  49.     object Label4: TLabel
  50.       Left = 24
  51.       Top = 72
  52.       Width = 32
  53.       Height = 13
  54.       Caption = 'Label4'
  55.     end
  56.     object Label5: TLabel
  57.       Left = 24
  58.       Top = 88
  59.       Width = 32
  60.       Height = 13
  61.       Caption = 'Label5'
  62.     end
  63.     object Label6: TLabel
  64.       Left = 24
  65.       Top = 104
  66.       Width = 32
  67.       Height = 13
  68.       Caption = 'Label6'
  69.     end
  70.     object RadioButton1: TRadioButton
  71.       Left = 8
  72.       Top = 24
  73.       Width = 15
  74.       Height = 17
  75.       Enabled = False
  76.       TabOrder = 0
  77.     end
  78.     object RadioButton2: TRadioButton
  79.       Left = 8
  80.       Top = 40
  81.       Width = 15
  82.       Height = 17
  83.       Enabled = False
  84.       TabOrder = 1
  85.     end
  86.     object RadioButton3: TRadioButton
  87.       Left = 8
  88.       Top = 56
  89.       Width = 15
  90.       Height = 17
  91.       Enabled = False
  92.       TabOrder = 2
  93.     end
  94.     object RadioButton4: TRadioButton
  95.       Left = 8
  96.       Top = 72
  97.       Width = 15
  98.       Height = 17
  99.       Enabled = False
  100.       TabOrder = 3
  101.     end
  102.     object RadioButton5: TRadioButton
  103.       Left = 8
  104.       Top = 88
  105.       Width = 15
  106.       Height = 17
  107.       Enabled = False
  108.       TabOrder = 4
  109.     end
  110.     object RadioButton6: TRadioButton
  111.       Left = 8
  112.       Top = 104
  113.       Width = 15
  114.       Height = 17
  115.       Enabled = False
  116.       TabOrder = 5
  117.     end
  118.   end
  119.   object Info_Button: TButton
  120.     Left = 128
  121.     Top = 152
  122.     Width = 113
  123.     Height = 25
  124.     Caption = '&Info'
  125.     TabOrder = 1
  126.     OnClick = Info_ButtonClick
  127.   end
  128.   object Exit_Button: TButton
  129.     Left = 248
  130.     Top = 152
  131.     Width = 113
  132.     Height = 25
  133.     Caption = 'E&xit'
  134.     TabOrder = 2
  135.     OnClick = Exit_ButtonClick
  136.   end
  137.   object Crackit_Button: TButton
  138.     Left = 8
  139.     Top = 152
  140.     Width = 113
  141.     Height = 25
  142.     Caption = 'Crackit_Button'
  143.     TabOrder = 0
  144.     OnClick = Crackit_ButtonClick
  145.   end
  146.   object OpenDialog1: TOpenDialog
  147.     FileEditStyle = fsEdit
  148.     Filter = 'All Files |*.*'
  149.     Left = 320
  150.     Top = 16
  151.   end
  152. end
  153.